Click or drag to resize

FractionalPageView Class

Describes where a paged view starts and the maximum number of items that are returned in a FindItem or FindFolder response.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class FractionalPageView : PageView

The FractionalPageView type exposes the following members.

Constructors
  NameDescription
Public methodFractionalPageView
Initializes a new instance of the FractionalPageView class.
Public methodFractionalPageView(Int32, Int32)
Initializes a new instance of the FractionalPageView class.
Public methodFractionalPageView(Int32, Int32, Int32)
Initializes a new instance of the FractionalPageView class.
Top
Properties
  NameDescription
Public propertyDenominator
The Denominator property gets or sets the denominator of the fractional offset from the start of the total number of items in the result set.
Public propertyMaxEntriesReturned
Describes the maximum number of items to return in the response.
(Inherited from View.)
Public propertyNumerator
The Numerator property gets or sets the numerator of the fractional offset from the start of the total number of items in the result set.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also